projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e36ae7
)
(lisp_data_to_selection_data): Call find_charset_in_str with CMPCHARP arg 0.
author
Kenichi Handa
<handa@m17n.org>
Mon, 12 Oct 1998 12:00:44 +0000
(12:00 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 12 Oct 1998 12:00:44 +0000
(12:00 +0000)
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/xselect.c
b/src/xselect.c
index d9da5edc3fa497783ef135688f10657bad812dd9..e51fb6cd448bfdb8941ed1181f8a8fb9e8395053 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-1637,7
+1637,7
@@
lisp_data_to_selection_data (display, obj,
|| !STRING_MULTIBYTE (obj)
|| *size_ret == XSTRING (obj)->size)
? 0
- : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil,
1
));
+ : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil,
0
));
if (!num || (num == 1 && charsets[CHARSET_ASCII]))
{